home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 7595 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: quean.cims.nyu.edu!fren5011
  2. From: fren5011@quean.cims.nyu.edu (David Frenkiel)
  3. Newsgroups: comp.lang.c++,comp.os.ms-windows.programmer.win32,comp.os.ms-windows.nt.misc,fido7.windows.nt,fido7.windows
  4. Subject: Re: Tale of my woe: IMPLIB from Borland IDE
  5. Followup-To: comp.lang.c++,comp.os.ms-windows.programmer.win32,comp.os.ms-windows.nt.misc,fido7.windows.nt,fido7.windows
  6. Date: 23 Feb 1996 19:48:54 GMT
  7. Organization: New York University
  8. Distribution: su
  9. Message-ID: <4gl5n6$l1p@cmcl2.NYU.EDU>
  10. References: <ADygSAnCM1@r-style.msk.su>
  11. NNTP-Posting-Host: quean.cims.nyu.edu
  12. X-Newsreader: TIN [version 1.2 PL2]
  13.  
  14. Alex Lubimov (lubimov@r-style.msk.su) wrote:
  15.  
  16. : I'm doing a project in Borland C++ 4.52 IDE, which contains a
  17. : 32-bit .DLL target. Every time when I have to run IMPLIB, I get
  18. : a message:
  19.  
  20. :           "Critical error during transfer"
  21.  
  22. I don't know if this will help but have you tried running implib
  23. from the command line (from a DOS prompt)?
  24.  
  25. I use Borland C++ but I do everything from the command line with
  26. makefiles.
  27.  
  28. I find that the IDE goes overboard with flags and definitions and
  29. such.  It seems to make everything more complicated than necessary.
  30.  
  31.